Socket
Socket
Sign inDemoInstall

string.fromcodepoint

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    string.fromcodepoint

A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.


Version published
Maintainers
1
Created

Changelog

Source

v0.2.1 - 2014-07-15

Commits

Readme

Source

ES6 String.fromCodePoint polyfill Build status

An robust & optimized ES3-compatible polyfill for the String.fromCodePoint method in ECMAScript 6.

Other polyfills for String.fromCodePoint are available:

Installation

In a browser:

<script src="fromcodepoint.js"></script>

Via npm:

npm install string.fromcodepoint

Then, in Node.js:

require('string.fromcodepoint');

// On Windows and on Mac systems with default settings, case doesn’t matter,
// which allows you to do this instead:
require('String.fromCodePoint');

Notes

A polyfill + test suite for String.prototype.codePointAt is available, too.

The tests for this repository are now used by Mozilla, to help ensure their native String.fromCodePoint implementation is correct.

Author

twitter/mathias
Mathias Bynens

License

This polyfill is available under the MIT license.

Keywords

FAQs

Last updated on 15 Jul 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc